home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / 3563.ZIP / MCD200.ZIP / MCD-2.EXE / ERASER.C < prev    next >
C/C++ Source or Header  |  1992-03-26  |  757b  |  18 lines

  1. /* ============================================================
  2.    Mouse Cursor file ERASER.C for TCXL version 6.0 and above
  3.        Created by MCD - Mouse Cursor Designer, version 2.00
  4.          MCD is Copyright (C) 1989-92 by Rimrock Software
  5.                        All rights reserved.
  6.        TCXL is Copyright 1987-92 by Innovative Data Concepts
  7.                        All rights reserved.
  8.    ============================================================ */
  9. #include <TCXLmou.h>
  10.  
  11. MouPtrT cursorERASER = {
  12.    2, 2,
  13.   {0xf3ff,0xe1ff,0xc0ff,0x807f,0x3f,0x1f,0x800f,0xc007,
  14.    0xe003,0xf001,0xf801,0xfc01,0xfe03,0xff07,0xff8f,0xffdf,
  15.    0x0,0xc00,0x1a00,0x3100,0x6080,0x7040,0x2820,0x1410,
  16.    0xa08,0x504,0x28c,0x154,0xa8,0x70,0x20,0x0}
  17.    };
  18.